Posix - определение. Что такое Posix
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое Posix - определение

FAMILY OF STANDARDS FOR MAINTAINING COMPATIBILITY BETWEEN OPERATING SYSTEMS
IEEE 1003; Posix; POSIX.1; POSIX 1003.2; A Posix Environment; A POSIX Environment; Dirent.h; ISO/IEC 9945; Ixemul.library; Utime.h; C posix library; Telldir; Closedir; Opendir; Readdir; Readdir r; Rewinddir; Seekdir; Portable Operating System Interface; POSIX.1-2001; POSIX.1-2008; Cpio.h; Grp.h; Pwd.h; Sys/ipc.h; Sys/msg.h; Sys/sem.h; Sys/types.h; Sys/utsname.h; Sys/wait.h; Tar.h; POSIX.2; IEEE-IX; IEEEIX; POSIX.1b; RT-POSIX
Найдено результатов: 16
POSIX         
Portable Operating System for unIX (Reference: OS, IEEE 1003, ISO 9945, PASC, Unix)
C POSIX library         
The C POSIX library is a specification of a C standard library for POSIX systems. It was developed at the same time as the ANSI C standard.
Portable Operating System Interface         
<operating system, standard> (POSIX) A set of IEEE standards designed to provide application portability between Unix variants. IEEE 1003.1 defines a Unix-like operating system interface, IEEE 1003.2 defines the shell and utilities and IEEE 1003.4 defines real-time extensions. ["More UNIX For Dummies", ISBN: 1-56884-361-5] says it stands for "Portable Operating System Interface with an X thrown in to make it sound cooler." (1997-12-04)
Pthreads         
EXECUTION MODEL WHICH ALLOWS FOR PARALLEL COMPUTING
Pthread; Posix threads; POSIX threads; Pthread.h; PThread; POSIX thread; Libpthread; Pthread create; POSIX Threads
POSIX Threads, commonly known as pthreads, is an execution model that exists independently from a language, as well as a parallel execution model. It allows a program to control multiple different flows of work that overlap in time.
Pthreads         
EXECUTION MODEL WHICH ALLOWS FOR PARALLEL COMPUTING
Pthread; Posix threads; POSIX threads; Pthread.h; PThread; POSIX thread; Libpthread; Pthread create; POSIX Threads
A library of pre-emptive thread routines (for Ada?), designed and implemented in the PART (POSIX / Ada-Runtime Project). Pthreads is compliant with POSIX 1003.4a Draft 6. Version 1.17 has been ported to Sun-4/SunOS 4.1.x. ftp://ftp.cs.fsu.edu/pub/PART/. Mailing list: mueller@uzu.cs.fsu.edu ("Subject: subscribe-pthreads"). E-mail: <pthreads-bugs@ada.cs.fsu.edu>. (1993-07-22)
Native POSIX Thread Library         
IMPLEMENTATION OF THE POSIX THREADS SPECIFICATION FOR THE LINUX OPERATING SYSTEM
NPTL; Nptl
The Native POSIX Thread Library (NPTL) is an implementation of the POSIX Threads specification for the Linux operating system.
ISO/IEC 15897         
ISO STANDARD FOR THE REGISTRATION OF NEW POSIX LOCALES AND POSIX CHARMAPS
Posix locale; POSIX locale; ISO 15897
ISO/IEC 15897 (Procedures for the registration of cultural elements) is an ISO/IEC standard for the registration of new POSIX locales and POSIX charmaps. This standard is the result of a "fast-track" adoption of CEN ENV 12005, a European prestandard published by CEN.
SIGHUP         
UNIX SIGNAL
Signal 1 (POSIX)
On POSIX-compliant platforms, SIGHUP ("signal hang up") is a signal sent to a process when its controlling terminal is closed. It was originally designed to notify the process of a serial line drop.
POSIX terminal interface         
The POSIX terminal interface is the generalized abstraction, comprising both an Application Programming Interface for programs, and a set of behavioural expectations for users of a terminal, as defined by the POSIX standard and the Single Unix Specification. It is a historical development from the terminal interfaces of BSD version 4 and Seventh Edition Unix.

Википедия

POSIX

The Portable Operating System Interface (POSIX, with pos pronounced as in positive, not as in pose) is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. POSIX defines both the system and user-level application programming interfaces (APIs), along with command line shells and utility interfaces, for software compatibility (portability) with variants of Unix and other operating systems. POSIX is also a trademark of the IEEE. POSIX is intended to be used by both application and system developers.